Search
Helper.getLength Method (Single[][], Int32)
See Also
 






Returns the specified dimension of the specified two-dimensional array.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static int getLength (
    float[][] array,
    int dimension
)

 Parameters

array

dimension

 Return Value

 See Also